pp108 : onrowcopy Event

onrowcopy Event


This event is fired after the row is copied using the Copy option from the shortcut menu.

Syntax

Inline HTML

<TABLE id=tableId onrowcopy="handler()"...>

Event property

tableID.onrowcopy = handler


Event Information

To invoke

Copy a row by selecting the Copy option from the shortcut menu in the column.

Default Action

Copies a row. Initiates any action associated with this event.


Event Object Properties


Although event handlers in the DHTML Object Model do not receive parameters directly, a handler can query an event object for data.

Property

Description

referenceRow

Read-only. Object that contains a row that is copied.


See Also


grid